test-concurrency: Explicitly use floor division
authorSimon McVittie <smcv@debian.org>
Wed, 17 Jan 2018 15:03:59 +0000 (15:03 +0000)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 22 Feb 2018 19:24:47 +0000 (19:24 +0000)
commit98b597b465a556f3ad5b16478d7edee3037fbd4d
tree007ff9846ba3be52b80250e962bf6e4a8a21bee6
parent02dc5e2dd47d1be0eb73d2f7e5b588f04c572390
test-concurrency: Explicitly use floor division

Python 3 is pickier about this. Python 2.7 has Python 3-compatible
semantics for division when the division feature is imported from the
future.

Signed-off-by: Simon McVittie <smcv@debian.org>
Closes: #1457
Approved by: cgwalters
tests/test-concurrency.py